Docs.rs
serde_jcs-0.1.0
serde_jcs 0.1.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
l1h3r
Dependencies
ryu-js ^0.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
serde_
jcs
0.1.0
All Items
Sections
References
Crate Items
Functions
Crate
serde_jcs
Copy item path
Source
Expand description
JSON Canonicalization Scheme (JCS)
§
References
RFC 8785
Functions
§
to_
string
Serialize the given value as a String of JSON.
to_vec
Serialize the given value as a JSON byte vector.
to_
writer
Serialize the given value as JSON into the IO stream.